go/token.FileSet.mutex (field)
19 uses
go/token (current package)
position.go#L435: mutex sync.RWMutex // protects the file set
position.go#L451: s.mutex.RLock()
position.go#L453: s.mutex.RUnlock()
position.go#L476: s.mutex.Lock()
position.go#L477: defer s.mutex.Unlock()
position.go#L523: s.mutex.Lock()
position.go#L524: defer s.mutex.Unlock()
position.go#L539: s.mutex.Lock()
position.go#L540: defer s.mutex.Unlock()
position.go#L553: s.mutex.RLock()
position.go#L554: defer s.mutex.RUnlock()
position.go#L560: s.mutex.RUnlock()
position.go#L561: defer s.mutex.RLock()
position.go#L572: s.mutex.RLock()
position.go#L573: defer s.mutex.RUnlock()
serialize.go#L30: s.mutex.Lock()
serialize.go#L42: s.mutex.Unlock()
serialize.go#L51: s.mutex.Lock()
serialize.go#L66: s.mutex.Unlock()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)